12. Quiz: Weather 2
18 - P3 Weather 2
Weather 2
QUESTION:
What is the probability of a rainy day given that the previous day was rainy? Assume ‘rainy’ and ‘sunny’ are the only two possible outcomes.
SOLUTION:
NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer
19 - Weather 2 Solution